ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1WrapCollectionView<S,T> Class / GroupAsync Method
The group descriptions that determine how the data will be grouped.

In This Topic
    GroupAsync Method (C1WrapCollectionView<S,T>)
    In This Topic
    Groups the collection view according to the specified group descriptions.
    Syntax
    'Declaration
     
    Public Overridable Function GroupAsync( _
       ByVal ParamArray groupDescriptions() As GroupDescription _
    ) As System.Threading.Tasks.Task
    public virtual System.Threading.Tasks.Task GroupAsync( 
       params GroupDescription[] groupDescriptions
    )

    Parameters

    groupDescriptions
    The group descriptions that determine how the data will be grouped.
    See Also